(mail-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Jan 2001 10:04:56 +0000 (10:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Jan 2001 10:04:56 +0000 (10:04 +0000)
lisp/mail/sendmail.el

index 1711f6ddc10ff2f86f53e5a781f3d318fb3b241e..de01fd9cd044f750a6374536ed4ea96674f48a35 100644 (file)
@@ -456,7 +456,9 @@ Here are commands that move to a header field (and create it if there isn't):
 \\[mail-signature]  mail-signature (insert `mail-signature-file' file).
 \\[mail-yank-original]  mail-yank-original (insert current message, in Rmail).
 \\[mail-fill-yanked-message]  mail-fill-yanked-message (fill what was yanked).
-\\[mail-sent-via]  mail-sent-via (add a Sent-via field for each To or CC)."
+\\[mail-sent-via]  mail-sent-via (add a Sent-via field for each To or CC).
+Turning on Mail mode runs the normal hooks `text-mode-hook' and
+`mail-mode-hook' (in that order)."
   (interactive)
   (kill-all-local-variables)
   (make-local-variable 'mail-reply-action)